String Schema
Languages Element
Description
ISO Language Code of the generated Language(s) of the originator instance. In case of a multiple language support one is defined as the primary language
Namespace http://string.drv.de/xmlschema/string
Diagram
AdditionalLanguages Element PrimaryLanguage Element Sequence Languages Element
Overview
Languages
ISO Language Code of the generated Language(s) of the originator instance. In case of a multiple language support one is defined as the primary language
Sequence
PrimaryLanguage xs:language
AdditionalLanguages 0..3 xs:language
Source
<xs:element name="Languages" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>ISO Language Code of the generated Language(s) of the originator instance.
In case of a multiple language support one is defined as the primary language</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="PrimaryLanguage" type="xs:language" />
      <xs:element name="AdditionalLanguages" type="xs:language" minOccurs="0" maxOccurs="3" />
    </xs:sequence>
  </xs:complexType>
</xs:element>
See Also
PosType Complex TypeString Schema

 

 


© 2017 All Rights Reserved.

Send comments on this topic.